@keyframes homePage_start {
  0% {
    margin-top: 426px;
  }
  100% {
    margin-top: 121px;
  }
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
body {
  position: relative;
}
.wrap.homePage {
  background: url(homePage_header_bg_Xu230711.png) repeat-x left 0 top 50px;
  background-size: 57px;
}
.wrap.homePage.gray_mode {
  background: url(homePage_header_bg_gray_Xu230711.png) repeat-x left 0 top 50px;
}
.wrap.homePage.gray_mode .header .header__left .header__logo {
  background: url(logo_gray_Xu230711@2x.png) no-repeat left bottom;
  background-size: 263px;
}
.wrap.homePage.gray_mode .header .header__left .header__logo a {
  visibility: hidden;
}
.wrap.homePage.gray_mode .header .header__right .header__auth,
.wrap.homePage.gray_mode .header .header__right .header__icon,
.wrap.homePage.gray_mode .header .header__right .search {
  filter: grayscale(1);
}
.wrap.homePage.gray_mode .header .header__right .header__site_map > span,
.wrap.homePage.gray_mode .header .header__right .header__site_map .site_nav,
.wrap.homePage.gray_mode .header .header__right .header__site_map .nav-btn {
  filter: grayscale(1);
}
.wrap.homePage.gray_mode .header .header__right .header__weather .AQI_btn,
.wrap.homePage.gray_mode .header .header__right .header__weather .airQ_table {
  filter: grayscale(1);
}
.wrap.homePage.gray_mode .main,
.wrap.homePage.gray_mode .full_line,
.wrap.homePage.gray_mode .footer,
.wrap.homePage.gray_mode .account {
  filter: grayscale(1);
}
.wrap.homePage.gray_mode .account {
  z-index: 0;
}
.wrap.homePage .general__list ul li span {
  display: none;
}
.wrap.homePage .default_tab_list .list ul li span,
.wrap.homePage .default_list .list ul li span {
  display: none;
}
.wrap.homePage .header {
  padding: 0;
}
.wrap.homePage .main {
  padding: 10px 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 42px 0 37px;
}
.wrap.homePage .main a {
  transition: color 0.3s;
}
.wrap.homePage .main a:hover {
  color: var(--main-color);
}
.wrap.homePage .main .contents .hot__topic {
  margin-bottom: 28px;
  display: flex;
  justify-content: space-between;
}
.wrap.homePage .main .contents .hot__topic.vertical {
  display: flex;
  flex-wrap: wrap;
}
.wrap.homePage .main .contents .hot__topic.vertical a {
  width: 100%;
  margin-bottom: 15px;
}
.wrap.homePage .main .contents .hot__topic.vertical a:last-of-type {
  margin-bottom: 0;
}
.wrap.homePage .main .contents .hot__topic.hot__topic--one a {
  width: 100%;
}
.wrap.homePage .main .contents .hot__topic.hot__topic--two a {
  width: 49%;
}
.wrap.homePage .main .contents .hot__topic.hot__topic--three a {
  width: 32%;
}
.wrap.homePage .main .contents .hot__topic.hot__topic--four a {
  width: 24%;
}
.wrap.homePage .main .contents .hot__topic a {
  display: block;
  width: 32%;
}
.wrap.homePage .main .contents .hot__topic img {
  width: 100%;
  border-radius: 10px;
}
.wrap.homePage .main .contents .modules_general {
  margin-bottom: 51px;
}
.wrap.homePage .main .contents .modules {
  background-color: #fff;
  border-radius: 8px;
}
.wrap.homePage .main .contents .modules .modules__hot__news .hot__news__content {
  overflow: hidden;
  position: relative;
  text-align: center;
  font-size: var(--font-size-30);
  color: var(--main-color);
}
.wrap.homePage .main .contents .modules .modules__hot__news .hot__news__content > a {
  font-size: var(--font-size-30);
  color: var(--main-color);
  line-height: 50px;
  font-family: "simhei,黑体";
  font-weight: bold;
}
.wrap.homePage .main .contents .modules .modules__hot__news .hot__news__content .abstract {
  font-size: var(--font-size-18);
  color: var(--text-color);
  display: block;
  line-height: 30px;
  padding-top: 5px;
  position: relative;
  color: var(--main-color);
}
.wrap.homePage .main .contents .modules .modules__hot__news .hot__news__content .abstract a {
  font-size: var(--font-size-18);
}
.wrap.homePage .main .contents .modules .modules__hot__news .hot__news__content .more {
  text-align: right;
  display: block;
  text-decoration: underline;
  color: var(--main-color);
  cursor: pointer;
  font-size: var(--font-size-16);
  line-height: normal;
  font-weight: normal;
  padding-bottom: 5px;
}
.wrap.homePage .main .contents .modules .modules__hot__news .hot__news__content .swiper-pagination {
  display: flex;
  justify-content: space-between;
}
.wrap.homePage .main .contents .modules .modules__hot__news .hot__news__content .swiper-pagination .swiper-pagination-bullet {
  width: 33%;
  border-radius: 2px;
  height: 3px;
  opacity: 1;
  outline: 0;
  background: var(--hotSpot-bg-color);
  transition: background 0.3s;
}
.wrap.homePage .main .contents .modules .modules__hot__news .hot__news__content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--hotSpot-active-bg-color);
}
.wrap.homePage .main .contents .modules .modules__hot__news.jlyw__hot__news {
  padding-bottom: 25px;
}
.wrap.homePage .main .contents .modules .modules__hot__news.jlyw__hot__news a {
  font-size: var(--font-size-24);
  line-height: 35px;
  letter-spacing: 1px;
}
.wrap.homePage .main .contents .modules .modules__layout {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}
.wrap.homePage .main .contents .modules .modules__layout .layout__left {
  width: 55%;
}
.wrap.homePage .main .contents .modules .modules__layout .layout__left .layout__slide {
  overflow: hidden;
  position: relative;
}
.wrap.homePage .main .contents .modules .modules__layout .layout__left .swiper-button-next,
.wrap.homePage .main .contents .modules .modules__layout .layout__left .swiper-button-prev {
  top: auto;
  bottom: 0;
  color: #fff;
  background: var(--hotSpot-active-bg-color);
  box-sizing: content-box;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  text-align: center;
  z-index: 99 !important;
  pointer-events: auto;
}
.wrap.homePage .main .contents .modules .modules__layout .layout__left .swiper-button-next::after,
.wrap.homePage .main .contents .modules .modules__layout .layout__left .swiper-button-prev::after {
  font-size: var(--font-size-12);
}
.wrap.homePage .main .contents .modules .modules__layout .layout__left .swiper-button-next:hover,
.wrap.homePage .main .contents .modules .modules__layout .layout__left .swiper-button-prev:hover {
  background: var(--main-color);
}
.wrap.homePage .main .contents .modules .modules__layout .layout__left .swiper-slide a {
  display: block;
  text-align: center;
}
.wrap.homePage .main .contents .modules .modules__layout .layout__left .swiper-slide a img {
  width: 100%;
  min-height: 370px;
  max-height: 370px;
  padding: 0 1px;
}
.wrap.homePage .main .contents .modules .modules__layout .layout__left .swiper-slide a p {
  margin-top: 25px;
  padding: 0 10%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap.homePage .main .contents .modules .modules__layout .layout__right {
  width: 40.071%;
  overflow: hidden;
  margin-top: -12px;
}
.wrap.homePage .main .contents .modules2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.wrap.homePage .main .contents .modules2 > div {
  width: 32%;
  border-radius: 8px;
  background: #f7f7f7;
  padding-bottom: 0 !important;
}
.wrap.homePage .main .contents .modules2 .modules2__layout__left {
  padding: 30px;
}
.wrap.homePage .main .contents .modules2 .modules2__layout__left > div {
  margin-bottom: 26px;
}
.wrap.homePage .main .contents .modules2 .modules2__layout__left > div:nth-last-child {
  margin-bottom: 0;
}
.wrap.homePage .main .contents .modules2 .modules2__layout__left .default_tab_list {
  border-radius: 8px;
  padding: 38px 38px 26px;
}
.wrap.homePage .main .contents .modules2 .modules2__layout__middle .default_list {
  padding: 30px;
  border-radius: 8px;
}
.wrap.homePage .main .contents .modules2 .modules2__layout__middle .gov__organ {
  margin-bottom: 0;
  border-radius: 0;
  width: 90%;
  text-align: center;
  margin-bottom: 20px;
}
.wrap.homePage .main .contents .modules2 .modules2__layout__middle .gov__organ::after {
  display: none;
}
.wrap.homePage .main .contents .modules2 .modules2__layout__middle .white {
  height: 31px;
  background: #fff;
}
.wrap.homePage .main .contents .modules2 .modules2__layout__middle .gov__other__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 25px 0;
  border-radius: 8px;
  font-size: var(--font-size-20);
  margin-bottom: 0;
}
.wrap.homePage .main .contents .modules2 .modules2__layout__middle .gov__other__link .gov__other__link__row {
  width: 100%;
  text-align: center;
}
.wrap.homePage .main .contents .modules2 .modules2__layout__middle .gov__other__link .gov__other__link__row > div {
  display: inline-block;
}
.wrap.homePage .main .contents .modules2 .modules2__layout__middle .gov__other__link a {
  display: table-cell;
  color: var(--text-color);
}
.wrap.homePage .main .contents .modules2 .modules2__layout__middle .gov__other__link a::after {
  content: "\00A0\00A0|\00A0\00A0";
}
.wrap.homePage .main .contents .modules2 .modules2__layout__middle .gov__other__link a:last-child::after {
  content: "";
}
.wrap.homePage .main .contents .modules2 .modules2__layout__right {
  padding: 30px;
  border-radius: 8px;
}
.wrap.homePage .main .contents .modules2 .modules2__layout__right .layout__right__pic .bg {
  background: var(--zxzc-bg-color) url(modules2_title_rb_bg_Xu230711.png) no-repeat right 11% top 20%;
  line-height: 74px;
  border-bottom: 8px solid var(--hotSpot-active-bg-color);
}
.wrap.homePage .main .contents .modules2 .modules2__layout__right .layout__right__pic .bg img {
  width: 70%;
}
.wrap.homePage .main .contents .modules2 .layout__right__link__column {
  padding: 34px 36px;
}
.wrap.homePage .main .contents .layout_pic_title .bg {
  line-height: 80px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  text-align: center;
}
.wrap.homePage .main .contents .layout_pic_title .bg a {
  display: block;
  width: 100%;
}
.wrap.homePage .main .contents .layout_pic_title .bg img {
  width: 50%;
}
.wrap.homePage .main .contents .layout_pic_title .text {
  text-align: center;
  color: var(--zxzc-zczd-abstract-color);
  line-height: 32px;
  background: var(--slide-btn-bg-color);
  font-size: var(--font-size-18);
  letter-spacing: 2px;
}
.wrap.homePage .main .contents .layout_left_width {
  width: 48.834%;
  border-radius: 8px;
}
.wrap.homePage .main .contents .layout_right_width {
  width: 48.834%;
  border-radius: 8px;
}
.wrap.homePage .main .contents .default_btn.default_btn--small a {
  line-height: 76px;
  margin-top: 16.5px;
}
.wrap.homePage .main .contents .default_btn a {
  border-radius: 8px;
  background: var(--bg1);
  color: var(--main-color);
  font-size: var(--font-size-30);
  text-align: center;
  line-height: 112px;
  transition: all 0.3s;
  margin-top: 33px;
  display: block;
  background-color: #fff;
}
.wrap.homePage .main .contents .default_btn a:hover {
  background-color: #ddf0ff;
}
.wrap.homePage .center_bg img {
  margin: 37px 0 33px;
}
.wrap.homePage .main_extend {
  padding-top: 0;
}
.wrap.homePage .main_extend .contents {
  display: flex;
  justify-content: space-between;
}
.wrap.homePage .main_extend .contents .layout__left {
  background-color: var(--btn-bg);
}
.wrap.homePage .main_extend .contents .layout__left .layout_pic_title .bg {
  background: url(main2_layout_left_bg_Xu230711.png) no-repeat center;
  background-size: cover;
}
.wrap.homePage .main_extend .contents .layout__left .layout__left__interact {
  background: var(--btn-bg);
  padding: 20px 28px 20px;
  border-radius: 0 0 8px 8px;
}
.wrap.homePage .main_extend .contents .layout__left .layout__left__interact .hot__topic {
  margin-bottom: 0;
  margin-top: 16.5px;
}
.wrap.homePage .main_extend .contents .layout__left .layout__left__interact .default_btn--small a {
  line-height: 66px;
}
.wrap.homePage .main_extend .contents .layout__left .layout__left__interact__btn a {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 66px;
  background-color: #fff;
  font-size: var(--font-size-30);
  color: var(--main-color);
  margin-bottom: 18px;
  border-radius: 8px;
  transition: all 0.3s;
}
.wrap.homePage .main_extend .contents .layout__left .layout__left__interact__btn a:hover {
  background-color: #ddf0ff;
}
.wrap.homePage .main_extend .contents .layout__left .layout__left__interact__btn a:last-of-type {
  background-image: url(main2_layout_left_mail_bg_Xu230711.png);
  background-repeat: no-repeat;
  background-position: right -37px bottom -30px;
  background-size: 120px;
  margin-bottom: 0;
}
.wrap.homePage .main_extend .contents .layout__left .layout__left__interact__mailboxEntry {
  padding: 27px 47px;
  background-color: #fff;
  border: 1px solid #d4d3d4;
  border-top: 0;
  margin-top: -1px;
  border-radius: 0 0 8px 8px;
}
.wrap.homePage .main_extend .contents .layout__left .layout__left__interact__mailboxEntry p {
  font-size: var(--font-size-20);
}
.wrap.homePage .main_extend .contents .layout__left .layout__left__interact__mailboxEntry p:nth-of-type(1) {
  color: var(--text-color6);
}
.wrap.homePage .main_extend .contents .layout__left .layout__left__interact__mailboxEntry p:nth-of-type(2) {
  color: var(--text-color);
  text-align: justify;
  text-indent: 30px;
  letter-spacing: 3px;
}
.wrap.homePage .main_extend .contents .layout__left .layout__left__interact__mailboxEntry .btn {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
}
.wrap.homePage .main_extend .contents .layout__left .layout__left__interact__mailboxEntry .btn a {
  display: block;
  color: var(--main-color);
  transition: all 0.3s;
  width: 47%;
  line-height: 62px;
  border-radius: 8px;
  margin-top: 23px;
  text-align: center;
  background-color: var(--btn-bg);
  font-size: var(--font-size-20);
}
.wrap.homePage .main_extend .contents .layout__left .layout__left__interact__mailboxEntry .btn a:hover,
.wrap.homePage .main_extend .contents .layout__left .layout__left__interact__mailboxEntry .btn a.active {
  background-color: var(--bg2);
  color: #fff;
}
.wrap.homePage .main_extend .contents .layout__left .layout__left_opinion__collection .title {
  line-height: 80px;
  text-align: center;
  font-size: var(--font-size-30);
  color: var(--main-color);
}
.wrap.homePage .main_extend .contents .layout__left .layout__left_opinion__collection .list li {
  margin-bottom: 10px;
}
.wrap.homePage .main_extend .contents .layout__left .layout__left_opinion__collection .list li.active a::before {
  content: "征集中";
  background: #fff;
  color: var(--main-color);
}
.wrap.homePage .main_extend .contents .layout__left .layout__left_opinion__collection .list li a {
  line-height: 30px;
  font-size: var(--font-size-20);
}
.wrap.homePage .main_extend .contents .layout__left .layout__left_opinion__collection .list li a::before {
  content: "已结束";
  padding: 4px 12px;
  background: #d7d7d7;
  color: #fff;
  border-radius: 3px;
  margin-right: 10px;
  font-size: var(--font-size-16);
}
.wrap.homePage .main_extend .contents .layout__right {
  padding: 30px;
  background-color: #f7f7f7;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__title {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__title img {
  width: 147px;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__services .default_tab_list .tab ul {
  margin-bottom: 10px;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__services .default_tab_list .list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__services .default_tab_list .list li {
  width: 16%;
  margin-right: 3.6%;
  padding-left: 0;
  text-align: center;
  margin-bottom: 30px;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__services .default_tab_list .list li:nth-of-type(5n) {
  margin-right: 0;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__services .default_tab_list .list li p {
  font-size: var(--font-size-20);
  font-family: Microsoft YaHei, Helvetica Neue, PingFang SC, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: grayscale;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__services .default_tab_list .list li .img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__services .default_tab_list .list li .img img {
  width: 36px;
  margin: 5px auto;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__services .default_tab_list .list li::before {
  display: none;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__services .default_tab_list .list li a::before {
  font-size: 36px;
  line-height: normal;
  color: #8ba5d7;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__tips {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__tips a {
  width: 49%;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__tips img {
  width: 100%;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__special__btn {
  margin-top: 22px;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__special__btn ul {
  display: flex;
  justify-content: space-between;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__special__btn ul li {
  display: flex;
  align-items: center;
  width: 31.5%;
  min-height: 100px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s;
  font-size: var(--font-size-20);
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__special__btn ul li:hover a {
  color: var(--main-color);
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__special__btn ul li a {
  display: block;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__recomm {
  margin-top: 22px;
  border-radius: 8px;
  padding: 17px 0;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__recomm .default_tab_list .tab ul {
  justify-content: space-between;
  border-bottom: 1px solid var(--text-color2);
  margin-bottom: 15px;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__recomm .default_tab_list .tab ul li {
  position: relative;
  margin-right: 0;
  font-size: var(--font-size-20);
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__recomm .default_tab_list .tab ul li:hover,
.wrap.homePage .main_extend .contents .layout__right .layout__right__recomm .default_tab_list .tab ul li.active {
  font-size: var(--font-size-30);
  color: var(--zwfw-main-color);
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__recomm .default_tab_list .tab ul li a:hover {
  color: var(--zwfw-main-color);
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__recomm .default_tab_list .tab ul li:hover::after,
.wrap.homePage .main_extend .contents .layout__right .layout__right__recomm .default_tab_list .tab ul li.active::after {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 4px;
  display: block;
  position: absolute;
  bottom: -2px;
  background-color: var(--bg2);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__recomm .default_tab_list .list ul {
  display: flex;
  flex-wrap: wrap;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__recomm .default_tab_list .list ul li {
  padding-left: 0;
  padding-right: 20px;
  margin-bottom: 15px;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__recomm .default_tab_list .list ul li::before {
  display: none;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__recomm .default_tab_list .list ul li a:hover {
  color: var(--text-color6);
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__recomm__btn {
  margin-top: 35px;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__recomm__btn ul {
  display: flex;
  justify-content: space-between;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__recomm__btn ul li {
  display: flex;
  align-items: center;
  width: 48%;
  min-height: 81px;
  background-color: var(--btn-bg);
  text-align: center;
  transition: all 0.3s;
  font-size: var(--font-size-20);
  background-size: 60%;
  border-radius: 8px;
  padding: 0 3%;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__recomm__btn a {
  display: block;
  width: 100%;
}
.wrap.homePage .main_extend .contents .layout__right .layout__right__recomm__btn a span {
  font-weight: bold;
  color: var(--main-color);
  font-style: italic;
}
.wrap.homePage .footer {
  width: 100%;
  border-top: 5px solid var(--main-color);
  background: #fafbfd;
}
.wrap.homePage .footer .bottom_links {
  border-top: 0;
  position: relative;
}
.wrap.homePage .footer .link_hidden_box {
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  :root {
    --font-size-38: calc(38px - 2px);
    --font-size-36: calc(36px - 2px);
    --font-size-34: calc(34px - 2px);
    --font-size-32: calc(32px - 2px);
    --font-size-30: calc(30px - 2px);
    --font-size-28: calc(28px - 2px);
    --font-size-26: calc(26px - 2px);
    --font-size-24: calc(24px - 2px);
    --font-size-22: calc(22px - 2px);
    --font-size-20: calc(20px - 2px);
    --font-size-18: calc(18px - 2px);
  }
}
.testInput {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 9999999;
  width: 100%;
}
.testInput textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 10px;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  color: #333;
}
.testInput textarea::placeholder {
  color: #999;
}
.testInput textarea:focus {
  border-color: #1890ff;
}
